Mobile SDKs

Jumio provides mobile SDKs to support integrations on mobile devices. The SDKs and documentation are available from GitHub, and include example applications.

The authorization token to initialize the SDK is available from the sdk:token value of the response from the account creation or update call, as shown in the following example:

Copy

Example SDK Token


{
   "timestamp": "2022-11-28T23:45:02.536Z",
   "account": {
      "id": "572ac7b5-9f83-409d-ba8e-f0014e411c7e"
   },
   "web": {
      ...
    },
   "sdk": {
        "token": "eyJhbGciOiJIUzUxMiIsInppcCI6IkdaSVAifQ.H4sIAAAAAAAA_5XOMQ7CMAwF0LtkxpKdOk7MxsjKDRInYWkBiUogIe5O2huw_v_09T-uvU-rOzoSUYka0XNSd3DZ7FxHHqLPFksA7WkCRq1QcmrQEYkbE1lsG98xU4-k5IFMCnDzHcrECFWqEVoVLWngV2__cLu0PvTj_lyXfIP1vlzB8jz7rduHvHRGDAmIMQB7GSeFK0zGOan2ZiG57w9fvJLI7AAAAA.0NpDK192_6kMSYfxFuqHPFkhdsKQBqieRvSqt3XAGLWRe7Y8u0aJalMa8TLEY8eA0XEw4TqRapVLDraRHUz4kQ"
    },